home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / PPESCR17.ZIP / PPE-SCR.HIS < prev    next >
Text File  |  1994-11-01  |  5KB  |  105 lines

  1. 1.00 12-25-93 First Release
  2.  
  3. 1.10 01-21-94 Second Release
  4.               Fixed Numeric Answers to allow answer outside of desired
  5.               range if ListFile field is non-blank (as per docs, oops).
  6.               Also, added saving of Last Numeric Answer to be used in
  7.               testing for Branch, Call & Shell.
  8.  
  9.               Added an exact match feature to the word list, if a line
  10.               begins with an "*" then the answer given must match the
  11.               remaining data on that line, otherwise if the data is found
  12.               in any part of the answer, then it is considered a match.
  13.  
  14.               Added a '@' Callers Log commenting feature to allow writing any
  15.               comment to the callers log.
  16.  
  17.               Added a 'C' CALL feature to run another .PPE  from PPE-Script.
  18.  
  19.               Added a 'S' SHELL feature to run another program from PPE-Script.
  20.  
  21.               Changed Comment Logging from '!' to '>' to avoid confusion
  22.               with .PPE execution. and added '&' to both display & write
  23.               the text to the answer file.
  24.  
  25.               Added [END] to stop all levels of scripts and [SKIPALL] to allow
  26.               skipping the rest of a script and previous levels.
  27.  
  28. 1.20 03-23-94 Third Release
  29.               Changed reading of .CNF file to allow using PCBoard @Xnn codes
  30.               to specify colors.
  31.  
  32.               Added [xxx] to allow skipping to a specific label instead of
  33.               the generic '$' label.
  34.  
  35. 1.30 05-24-94 Fourth Release
  36.               Added a 'W' Write to Users File feature.
  37.  
  38. 1.40 07-11-94 Fifth Release
  39.               Added a 'D' Read Default Answer from Users File feature.
  40.  
  41.               Added 'E' to Text definition for 'Everything' from " " to "~"
  42.  
  43.               Change 'T' to define characters 128 to 255 also.
  44.  
  45. 1.50 07-12-94 Fifth Release
  46.               Added the counting & logging of how many answers the user
  47.               failed to answer.
  48.  
  49.               Changed Text Mask definition to occur during the initialization
  50.               as it was slowing down the asking of questions considerably.
  51.  
  52. 1.60 07-23-94 Fifth Release
  53.               Added Age question to compare answer given to age calculated
  54.               BirthDate either asked in script or pulled from User information.
  55.  
  56.               Added ability to test for a False answer to Call or Shell to
  57.               another PPE or .EXE program. Adding 128 to test value will
  58.               invert the test allowing more control over feature.
  59.  
  60.               Added U_ADDR() to list of fields available for 'W' & 'D'
  61.  
  62.               Added 'V' Verification prompt to obtain answer which is then
  63.               compared against Users Verification field and branching is
  64.               allowed based on match or no match.
  65.  
  66.               Added 'T' Test User Field to test a .LST file against a
  67.               User record field and branching occurs based on match or
  68.               no match.
  69.  
  70.               Added control setting to .CNF file to indicate label searches
  71.               are to start from the beginning of the file instead of the
  72.               next line, thus allowing backward jumps.
  73.  
  74. 1.70 11-01-94 Sixth Release
  75.               Added Indirect Registering via a file. This allows another
  76.               program to write the registration information to a file
  77.               perhaps during a SHELL to the program and then PPE-Script
  78.               may use that information to register the User.
  79.  
  80.               Added use of WRUSYS & RDUSYS to the SHELL to allow use of
  81.               USERS.SYS by external program.
  82.  
  83.               Never documented last two parameters on line 5 of .CNF files
  84.               which allow defining Conference List & Expired Conference List
  85.               for Users who don't answer script.
  86.  
  87.               Fixed duplicate guide line in NON-ANSI mode and fixed the
  88.               alignment of the guide in NON-ANSI mode and when not using
  89.               the FIELDED in the input flags to display parenthesis.
  90.  
  91.               Added the ability to Pause the writing of Questions & Answers
  92.               to the log. This allows asking questions that do not get logged.
  93.  
  94.               Added MESSAGE sending ability to send User or Sysop a message.
  95.  
  96.               Added JOIN to place the User in a specific conference.
  97.  
  98.               Added Caller ID testing to allow registering a user based
  99.               on phone number information.
  100.  
  101.               Modified Update of Users record to occur only at termination
  102.               of program instead of when ever an 'R' command is used.   Also
  103.               found that 'W' was not updating record if 'R' was not used -
  104.               fixed it with the modification.
  105.